Internal authorization server setup

The DINGO-Stack has an internal authorization server. The internal authorization server implements OAuth2 functions to secure the web services on the DINGO device. It supports the Resource Owner Password Credentials Grant and the Client Credentials Grant.

The DINGO-Manager is using the Resource Owner Password Credentials Grant when communicating securely with the DINGO device.

Authorization servers have usually many user accounts. An user account is a username and password. In regards to OAuth2, there can also be client accounts that have an client ID and secret, instead of a username and password. The internal authorization server on the DINGO device has however only one configurable user account and only one configurable client account. The user account is used for the Resource Owner Password Credentials Grant and the client account is used for the Client Credentials Grant.

The reload icon in the upper right corner can be clicked to reload the information from the DINGO device.